github.com/jackc/pgx/v5/pgconn.PgConn.pid (field)

6 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L80: 	pid               uint32            // backend pid
		pgconn.go#L442: 			pgConn.pid = msg.ProcessID
		pgconn.go#L709: 	return pgConn.pid
		pgconn.go#L1147: 	binary.BigEndian.PutUint32(buf[8:12], pgConn.pid)
		pgconn.go#L2200: 		PID:               pgConn.pid,
		pgconn.go#L2221: 		pid:               hc.PID,